PHP3 Manual | ||
---|---|---|
Prev | Next |
fsockopen -- Open Internet or Unix domain socket connection.
Opens an Internet domain socket connection to hostname on port port and returns a file pointer, which may be used by fgets(), fgetss(), fputs(), and fclose().
If port is 0 and the operating system supports Unix domain sockets, hostname will be used as the filename of a Unix domain socket to connect to.
Prev | Home | Next |
Network Functions | Up | gethostbyaddr |